response = Map();
response.put("action","reply");
response.put("replies",{"Hey there. How can I help you?"});
response.put("input",{"type":"select","options":{"Buy a product","Need support","Just browsing"}});
return response;